create

This block is part of the globals group and was last modified in core v10.4.28.

create v10.4.28

Creates a new function that can be executed using the given name.

Out pins 0 + flow
  • flow
    flow
custom function

Every custom function starts with a function trigger: public functions are callable from other blueprints, private ones only within their own. The flow runs through the function body, here an execute of another function, and ends at return.

Studio canvas example for the create block: a custom function from trigger to return.

Commonly used with

One of the most-used blocks across production blueprints. It is most often wired together with:

  • get fields: this block feeds into it. Gets the selected fields from the given object.
  • execute: this block feeds into it. Executes the given funcion and waits for it to be executed.
  • get document: this block feeds into it. get a specific document based on the given GUID.
  • search: this block feeds into it. searches in the given storage based on a query.
  • branch: this block feeds into it.
  • set fields: this block feeds into it. Generates an array of mutations based on the given filled fields.

Used in these guides

These documentation pages use or explain this block:

Version history

Introduced in v10.4.28.


Back to globals Return to the main group to view all sub-groups Back to function Return to the group to view all blocks within this group